home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************
- * BBitMapPane.h
- *
- * Pane class for BBitMapDoc class.
- *
- * © copyright 1992, KSS Scientific Consultants
- *
- ********************************************************/
-
- #pragma once
-
- #include <CBitMapPane.h>
-
- class BBitMapPane : public CBitMapPane
- {
-
- public:
- void IBBitMapPane(CView *anEnclosure, CBureaucrat *aSupervisor,
- short aWidth, short aHeight,
- short aHEncl, short aVEncl,
- SizingOption aHSizing, SizingOption aVSizing,
- LongRect *aBounds, CBitMap *aBitMap, Boolean makePort);
-
- virtual void InstallBitMap(BitMap *theBitMap);
- };
-